Used to specify ExtendedDebugPropertyInfo fields.
|
---|
enum {
   EX_DBGPROP_INFO_ID =0x0100,
   EX_DBGPROP_INFO_NTYPE =0x0200,
   EX_DBGPROP_INFO_NVALUE =0x0400,
   EX_DBGPROP_INFO_LOCKBYTES =0x0800,
   EX_DBGPROP_INFO_DEBUGEXTPROP =0x1000
}; |
Members
- EX_DBGPROP_INFO_ID
-
Initializes identifier for the property.
- EX_DBGPROP_INFO_NTYPE
-
Initializes type of the property.
- EX_DBGPROP_INFO_NVALUE
-
Initializes value of the property.
- EX_DBGPROP_INFO_LOCKBYTES
-
Initializes the plb field.
- EX_DBGPROP_INFO_DEBUGEXTPROP
-
Initializes the pDebugExtProp field that contains an IDebugExtendedProperty interface.
See Also